Update plugin for job queues - #2
Conversation
|
TODO: needs |
|
I just realised one thing. While this will definitely work most of the time, it definitely won't work when we're processing a backlog of a few hours. From the perspective of this plugin, that relies on scheduled jobs ("run this in 30min") and expiring redis keys, this will get be tricky. The solution to this is to somehow add a session id into the cache key, and then a Related: events with custom timestamps entered by the user (3 events in a row: t + 1 hour, t - 1day, t, t + 30min) will also cause issues. |
|
Tested, works, merging. |
When 1.25 lands.
Closes #1